Use the appropriate name for Juneteenth
authorEmmanuele Bassi <ebassi@gnome.org>
Thu, 18 Jun 2020 16:43:46 +0000 (17:43 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 18 Jun 2020 16:43:46 +0000 (17:43 +0100)
Juneteenth (a portmanteau of June and nineteenth)[2] (also known as
Freedom Day,[3] Jubilee Day,[4] and Liberation Day,[5]) is an unofficial
American holiday celebrated annually on the 19th of June in the United
States.
        -- https://en.wikipedia.org/wiki/Juneteenth

demos/gtk-demo/tree_store.c
tests/testtreefocus.c

index d2d1f503041f087616965aee94243ef8d5c25ec6..477973aed5ad833df4a6b691cdbdf687e10ceb09 100644 (file)
@@ -84,7 +84,7 @@ static TreeItem may[] =
 static TreeItem june[] =
 {
   { "June Fathers' Day", FALSE, FALSE, FALSE, FALSE, FALSE, TRUE, NULL },
-  { "Juneteenth (Liberation of Slaves)", FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL },
+  { "Juneteenth (Liberation Day)", FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL },
   { "Flag Day", FALSE, TRUE, FALSE, TRUE, FALSE, FALSE, NULL },
   { NULL }
 };
index cc071f1a1a8e079232db4ee413aca8dbaa53817d..c0aa3907ceac0abb13e358f7fd4d813e82f18757 100644 (file)
@@ -78,7 +78,7 @@ static TreeStruct may[] =
 static TreeStruct june[] =
 {
   { "June Fathers' Day", FALSE, FALSE, FALSE, FALSE, FALSE, TRUE, NULL },
-  { "Juneteenth (Liberation of Slaves)", FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL },
+  { "Juneteenth (Liberation Day)", FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL },
   { "Flag Day", FALSE, TRUE, FALSE, TRUE, FALSE, FALSE, NULL },
   { NULL }
 };